UNPKG

@proofgeist/kit

Version:

Create web application with the ProofKit stack

6 lines (3 loc) 119 B
import NextAuth from "next-auth"; import { authOptions } from "~/server/auth"; export default NextAuth(authOptions);